home *** CD-ROM | disk | FTP | other *** search
/ IRIS Performer 2.2 Friends Demo / SGI IRIS Performer 2.2 Friends Demo.iso / friends / inventor / README.DxfToIv < prev    next >
Text File  |  1997-10-31  |  2KB  |  53 lines

  1. README - DxfToIv - Final - 7/26/95
  2. ____________________________________________________________________________
  3. DxfToIv   version 1.0      7/26/95    Copyright (c) 1995 Silicon Graphics Inc,
  4.                         and 1995 Abaco Systems, Inc.
  5.  
  6. Call with questions    Tel: (510) 494-0690  
  7. Fremont, CA, USA       Fax: (510) 494-0893   or  email: 3dsoftware@abaco.com
  8. ____________________________________________________________________________
  9.  
  10. NAME
  11.      DxfToIv [ -b ] [ -h ] [ -v ] [- | <infile> [outfile] ]
  12.  
  13. Where                                                                        
  14.    <infile>  
  15.    AutoCAD Data eXchange File (.DXF) file to convert.
  16.    If <infile> is absent or '-' input is taken from stdin.                                                               
  17.                                                                              
  18.    <outfile>                                                               
  19.    Inventor file. 
  20.    Output goes to stdout. 
  21.              
  22.    -b
  23.    Output the Inventor file in binary format.
  24.    
  25.    -h                                                                        
  26.    Display the usage guide.      
  27.  
  28.    -v
  29.    Verbose setting; trace the operation of the converter.
  30.  
  31.  
  32. This translator converts AutoCAD DXF files into Inventor 2.0 files.
  33.  
  34. The translator will be bundled with SGI computers and available to SGI
  35. customers. It is a license from Abaco to SGI for use by SGI customers.
  36. This code was originally written by Silicon Graphics, Inc.
  37.  
  38. The following is the ouput of DxfToIv -h
  39. usage: DxfToIv [options] file.dxf
  40.  
  41. DXF to Inventor converter.  Reads AutoCAD's 'DXF' format
  42. files and constructs an Inventor scene graph. The scene
  43. graph is written to stdout.
  44.  
  45. options:
  46.     -b           output graph in binary
  47.     -h           print this help message
  48.     -v           verbose; trace operation of the converter
  49.  
  50. ----
  51. Copyright Silicon Graphics, Inc.  1995
  52. Copyright Abaco Inc. 1995 - Written by Silicon Graphics Inc., updated by Abaco Systems Inc.
  53.